home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / amd64-microcode / README.Debian < prev    next >
Encoding:
Text File  |  2012-09-14  |  2.1 KB  |  47 lines

  1. amd64-microcode for Debian
  2. --------------------------
  3.  
  4. Introduction:
  5.  
  6. AMD AMD64 processors are capable of field-upgrading their control program
  7. (microcode).  These microcode updates correct processor errata, and are
  8. often important for safe, correct system operation.
  9.  
  10. While most of the microcode updates fix problems that happen extremely
  11. rarely, there are enough updates fixing issues that would cause system
  12. lockup, memory corruption, or unpredictable system behavior, to warrant
  13. taking it seriously.
  14.  
  15. Microcode updates are ephemeral: they will be lost after a processor hard
  16. reset or after the processor is powered off.  They must be reapplied at
  17. every boot and after the system wakes up from suspend to RAM or disk.
  18.  
  19. Updating the processor microcode is the responsibility of the system
  20. firmware (BIOS or EFI).  However, not all vendors will release timely
  21. updates for their firmware when AMD releases updated microcode, and most
  22. users don't update their system firmware in a timely fashion (or at all)
  23. anyway.
  24.  
  25. The end result is that, unless some other method of distributing microcode
  26. updates is in place, the processor in many systems will be running with
  27. outdated microcode, increasing the chances of incorrect system operation.
  28.  
  29. Debian can apply microcode updates to the system processors during the
  30. operating system boot.  The following configurations are supported for
  31. the microcode driver:
  32.  
  33. 1. When an initramfs image is used (Debian default), both modular and
  34.    built-in configs for the microcode driver will work, and microcode
  35.    will be updated by the initramfs.  You must run "update-initramfs -u"
  36.    when new microcode is manually installed to /lib/firmware (this will
  37.    be done automatically when new microcode is installed by a package
  38.    upgrade).
  39.  
  40. 2. When an initramfs image is not used, only the modular microcode
  41.    driver is supported.  If it doesn't autoload by itself in your kernel
  42.    version, you should add it to /etc/modules.  You must install either
  43.    the kmod or module-init-tools package, and the root filesystem with
  44.    /lib/firmware must be available when the modules are loaded.
  45.  
  46.  -- Henrique de Moraes Holschuh <hmh@debian.org>, 2012-07-09
  47.